Skip to content

Conversation

@Kaniska244
Copy link
Contributor

@Kaniska244 Kaniska244 commented Dec 17, 2024

Ref: devcontainers/images#90

Feature Name

python

Description

Python 3.8 has reached EOL and is no longer supported.

Changelog

  1. Changes done in devcontainer-feature.json to remove python 3.8, 3.7 & 3.6 references.
  2. Changes done in scnearios.json to remove python 3.8 references.
  3. Added a test case test/python/install_python_3_8.sh to ensure python 3.8 still works if provided as the version for installation.

Checklist

Checked that applied changes work as expected

@Kaniska244 Kaniska244 marked this pull request as ready for review December 17, 2024 13:32
@Kaniska244 Kaniska244 requested a review from a team as a code owner December 17, 2024 13:32
check "python3 version 3.11 installed as default" bash -c "python3 --version | grep 3.11"
check "python version 3.10.5 installed" bash -c "ls -l /usr/local/python | grep 3.10.5"
check "python version 3.8 installed" bash -c "ls -l /usr/local/python | grep 3.8"
#check "python version 3.8 installed" bash -c "ls -l /usr/local/python | grep 3.8"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is commented code intended?

check "python3 version 3.11 installed as default" bash -c "python3 --version | grep 3.11"
check "python version 3.10.5 installed" bash -c "ls -l /usr/local/python | grep 3.10.5"
check "python version 3.8 installed" bash -c "ls -l /usr/local/python | grep 3.8"
#check "python version 3.8 installed" bash -c "ls -l /usr/local/python | grep 3.8"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is commented code intended?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants